projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a25217
)
(Ffind_coding_systems_region_interval): Use const for
author
Ken Raeburn
<raeburn@raeburn.org>
Tue, 16 Jul 2002 19:48:04 +0000
(19:48 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Tue, 16 Jul 2002 19:48:04 +0000
(19:48 +0000)
pointer to lisp string data.
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 0afe0b3ac42c6b16272dfdd5dc736d7d3ca05b19..23ccfbce390f6e6dc66314260d7d173ed5e7ccb3 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-6414,7
+6414,7
@@
DEFUN ("find-coding-systems-region-internal",
Lisp_Object work_table, safe_codings;
int non_ascii_p = 0;
int single_byte_char_found = 0;
- unsigned char *p1, *p1end, *p2, *p2end, *p;
+
const
unsigned char *p1, *p1end, *p2, *p2end, *p;
if (STRINGP (start))
{